Chili.Opf3 Send comments on this topic.
ObjectHolder Constructor(String,Object[])
See Also 
Chili.Opf3.Relations Namespace > Generic ObjectHolder Class > ObjectHolder Constructor : ObjectHolder Constructor(String,Object[])




conditions
OPath that is used when retrieving the objects. For more information about OPath look at the ObjectQuery class.
parameters
A list of parameters that are used in the OPath expression.
Creates a new instance of the ObjectHolder Class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal conditions As String, _
   ByVal ParamArray parameters() As Object _
)
Visual Basic (Usage)Copy Code
Dim conditions As String
Dim parameters() As Object
 
Dim instance As ObjectHolder(Of T)(conditions, parameters)
C# 
public Generic ObjectHolder( 
   string conditions,
   params object[] parameters
)
Managed Extensions for C++ 
public: Generic ObjectHolder( 
   string* conditions,
   params Object*[]* parameters
)
C++/CLI 
public:
Generic ObjectHolder( 
   String^ conditions,
   ... array<Object^>^ parameters
)

Parameters

conditions
OPath that is used when retrieving the objects. For more information about OPath look at the ObjectQuery class.
parameters
A list of parameters that are used in the OPath expression.

Requirements

Platforms: Windows 2000, Windows XP family, Windows Server 2003 family, Windows Vista family

See Also